home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / bluerender1 / top.swf / scripts / DefineButton2_24 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2004-10-24  |  136 b   |  9 lines

  1. on(release){
  2.    tellTarget("/sections")
  3.    {
  4.       gotoAndStop("section1");
  5.       play();
  6.    }
  7.    getUrl("gallery.html", "");
  8. }
  9.